home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / orgpims_ / cdiary14.zip / CDIARY14.EXE / REST.BAT < prev   
DOS Batch File  |  1994-01-01  |  364b  |  15 lines

  1. @echo off
  2. if "%1"=="" goto show
  3. if "%2"=="" goto show
  4. lha e %1\%2 /c
  5. goto ending
  6. :show
  7. echo : CUMBERLAND DIARY RESTORE UTILITY  
  8. echo :
  9. echo : You must include two parameters: REST [drive/directory] [database]
  10. echo :
  11. echo :                         Example: REST A: GEORGE
  12. echo :                         Example: REST C:\DIARY\SAVE IRA
  13. echo :
  14. :ending
  15.